projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f69cada
)
docker-compose: Update to version 2.37.2
author
Javier Marcet
<
[email protected]
>
Fri, 20 Jun 2025 18:51:41 +0000
(20:51 +0200)
committer
Tianling Shen
<
[email protected]
>
Fri, 1 Aug 2025 13:05:18 +0000
(21:05 +0800)
Release notes:
https://github.com/docker/compose/releases/tag/v2.37.2
Signed-off-by: Javier Marcet <
[email protected]
>
(cherry picked from commit
3b2a63dae229f40c4f15a28ab06da36a9c420cfe
)
utils/docker-compose/Makefile
patch
|
blob
|
history
diff --git
a/utils/docker-compose/Makefile
b/utils/docker-compose/Makefile
index 464351d89867d12adfeedd714a9c8b05c18136c2..6092d14e2a7a5fcad5fcac6e8ab9cdfe942db81b 100644
(file)
--- a/
utils/docker-compose/Makefile
+++ b/
utils/docker-compose/Makefile
@@
-1,14
+1,14
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=compose
-PKG_VERSION:=2.37.
1
+PKG_VERSION:=2.37.
2
PKG_RELEASE:=1
PKG_LICENSE:=Apache-2.0
PKG_LICENSE_FILES:=LICENSE
PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/docker/compose/tar.gz/v${PKG_VERSION}?
-PKG_HASH:=
63fc8a368a900bbba654ca0411cf4d875a3fedcb6a5d89aa8e817495e927a493
+PKG_HASH:=
80b8f8087ade39b74452ad4d8b3a9f2b1feb8139f10c7c3743ccff2dc1fd9240
PKG_MAINTAINER:=Javier Marcet <
[email protected]
>